From: Glenn Morris Date: Thu, 9 Jul 2009 03:04:23 +0000 (+0000) Subject: Minor rearrangements to improve TeX line-filling. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~11578 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=0381dc5cf151e3286bcdcbd73a02bed986788851;p=emacs.git Minor rearrangements to improve TeX line-filling. --- diff --git a/doc/lispref/text.texi b/doc/lispref/text.texi index 56361621845..5c2a3ce99c7 100644 --- a/doc/lispref/text.texi +++ b/doc/lispref/text.texi @@ -3018,7 +3018,7 @@ time you want to specify a particular attribute for certain text. @item A cons cell with the form @code{(foreground-color . @var{color-name})} -or @code{(background-color . @var{color-name})}. These are older, +or @code{(background-color . @var{color-name})}. These are old, deprecated equivalents for @code{(:foreground @var{color-name})} and @code{(:background @var{color-name})}. Please convert code that uses them.